home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Tools
/
nShell™ 1.0.3
/
MoreSource
/
man.π.rsrc
/
man.π.rsrc.rsrc
/
TEXT_16030_man unset general.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-09-22
|
356 b
|
23 lines
NAME
unset - remove a shell variable
SYNOPSIS
unset name
DESCRIPTION
The "unset" command removes the named variable from the shell environment.
Variable names are limited to the characters a-z, A-Z, 0-9, _ and may be 31 characters in length.
RETURN CODES
<0 An error prevented the removal
0 Successful removal or name not found
SEE ALSO
set, env